projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d911bf
)
deny: Sync with rpm-ostree
author
Colin Walters
<walters@verbum.org>
Fri, 8 Jul 2022 13:33:18 +0000
(09:33 -0400)
committer
Colin Walters
<walters@verbum.org>
Fri, 8 Jul 2022 13:33:18 +0000
(09:33 -0400)
This extends the license set basically and ignores private repos
(which we don't have any yet).
deny.toml
patch
|
blob
|
history
diff --git
a/deny.toml
b/deny.toml
index 75b6ac9b215ddefaa214fdb5d0f2bc12466428c0..e810c910fd4691e28ecee81c5e5677dc85ae790f 100644
(file)
--- a/
deny.toml
+++ b/
deny.toml
@@
-1,6
+1,8
@@
[licenses]
unlicensed = "deny"
-allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause"]
+copyleft = "allow"
+allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT", "BSD-3-Clause", "BSD-2-Clause", "Unlicense", "CC0-1.0"]
+private = { ignore = true }
[bans]